Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-220082 | GEN001500 | SV-220082r603266_rule | Medium |
Description |
---|
If users do not own their home directories, unauthorized users could access user files. |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2020-12-04 |
Check Text ( C-21791r488534_chk ) |
---|
Check the ownership of each user's home directory listed in the /etc/passwd file. Procedure: # cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld | more If any user's home directory is not owned by the assigned user, this is a finding. |
Fix Text (F-21790r488535_fix) |
---|
Change the owner of a user's home directory to its assigned user. Procedure: # chown |